| lcFillSetLine | Home |
|
BOOL lcFillSetLine ( HANDLE hFilling, int iLine, double Dist, double Angle, double W ); |
| hFilling | |
| Handle to a filling style. | |
| iLine | |
| Line index, can be 0 or 1. | |
| Dist | |
| Distance between lines. If zero, then line is disabled. | |
| Angle | |
| Line angle. | |
| W | |
|
Width compensation. If a part of the line is closer to entity's outline then
this value, then this part will not be drawn. This parameter is used to remain a gap between hatch line and entity's outline. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| Code sample, lcDrwAddFilling |